@charset "UTF-8";


.slidebarTheme1{
  width: 186px;
  /*height: 603px;*/
  border: none !important;
  box-sizing: border-box;
}
.slidebarThemeDialog .click_kefu_silder{
  cursor: pointer;
}

.slidebarTheme1Con{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 155px;
  min-height: 100px;
  height: auto !important;
  padding: 24px 0 10px 0;
  background: #e51a37;
  border-radius: 100px;
  border: none !important;
}
.sliTheme1Item{
  height: 64px;
  line-height: 64px;
  padding: 0 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.sliTheme1Item .iconfont{
  font-size: 36px;
}
.sliTheme1ItemCon{
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px dotted #ebebeb;
}
.sliTheme1ItemCon p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slidebarThemeDialog{
  position: fixed;
  top: 50%;
  /*right: 0;*//*在渲染的时候去掉，通过渲染去添加*/
  z-index: 10;
  border-right: none;
  margin: auto;
  transform: translateY(-50%);
}
.slidebarTheme0{
  width: 103px;
  height: 224px;
}
.slidebarTheme0 .sliTheme0Con{
  position: absolute;
  right: 0;
  width: 80%;
  height: 80%;
  border: 1px solid #cecece;
  background: #f7f7f7;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
.slidebarTheme0 .sliTheme0Con-item{
  position: relative;
  height: 50%;
  text-align: center;
  cursor: pointer;
}
.slidebarTheme0 .sliTheme0Con-itemSon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.slidebarTheme0 .sliTheme0Con-icon .iconfont{
  font-size: 26px;
}
.slidebarTheme0 .sliTheme0Con-icon img{
  width: 26px;
  height: 26px;
}
.slidebarTheme0 .sliTheme0Con-text{
  font-size: 14px;
  color: #3d3d3d;
}
.slidebarTheme0 .sliTheme0-border{
  width: 40px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}

/*弹出层样式*/
.sliTheme0Dialog{
  position: absolute;
  right: 100%;
  top: 0%;
  width: 199px;
  padding: 0 30px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  display: none;
  box-sizing: border-box;
}
.sliTheme0Dialog .sliTheme0Dia-Item{
  margin-top: 20px;
}
.sliTheme0Dialog .sliTheme0Dia-ewmImg{
	width: 100%;
	max-height: 137px;
}
.sliTheme0Dialog .sliTheme9Dia-Title{
  width: 140px;
  height: 21px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 8px;
  color: #2f2f2f;
  font-size: 14px;
}
.sliTheme0Dialog .sliTheme9Dia-Title .iconfont{
  font-size: 24px;
}
.sliTheme0Dialog .sliTheme9Dia-Title span{
  vertical-align: top;
}
.sliTheme0Dialog .sliTheme9Dia-Con{
  margin-bottom: 14px;
}
.sliTheme0Dialog .sliTheme9Dia-Con li{
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
}
.sliTheme0Dialog .sliTheme9Dia-Con li img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.sliTheme0Dialog .sliTheme9Dia-Con li span{
  font-size: 14px;
}
.sliTheme0Dialog .sliTheme0Dia-border{
  width: 100%;
  height: 1px;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .slidebarTheme1Con{
    transform: translate(186px,-50%);
  }
}
.sliTheme1Icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #b00219;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -40px;
  border-radius: 100px 0 0 100px;
}
.sliTheme1Icon .triangle_border_left{
  position:relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width:0;
  height:0;
  border-width:14px 14px 14px 0;
  border-style:solid;
  border-color:transparent #fff transparent transparent;
}
.slidebarTheme0 .error-tip{
  color:red;
  font-size:12px;
  position:absolute;
  top:-1%;
  right:0%;
}
.sliTheme9Dia-Con li{
  position:relative;
}